SipClientGetOptions Method (String, String) |
Gets capabilities of a client or server.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic RequestResponse GetOptions(
string from,
string to
)
Public Function GetOptions (
from As String,
to As String
) As RequestResponse
Parameters
- from
- Type: SystemString
A string contains address of the sender of the request. - to
- Type: SystemString
A string contains address of the recipient.
Return Value
Type:
RequestResponseA
RequestResponse containing sent
Request and received appropriate
Response.
See Also